-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RHOAIENG-5489] Home page: projects w/ tiles #2741
[RHOAIENG-5489] Home page: projects w/ tiles #2741
Conversation
@jeff-phillips-18: GitHub didn't allow me to request PR reviews from the following users: jgiardino. Note that only opendatahub-io members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
93f397b
to
8a0accb
Compare
da2d6c9
to
2ae6e4e
Compare
2ae6e4e
to
dc9ba6e
Compare
WebkitBoxOrient: 'vertical', | ||
WebkitLineClamp: maxLines, | ||
}} | ||
{...rest} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah interesting -- FWIW, if you provide style
in rest
you'll lose the primary purpose of the component
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andrewballantyne The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
<> | ||
<FlexItem> | ||
<TextContent> | ||
<Text component="h3">Need another project?</Text> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This font size looks really large relative to other contents on the page.
I'm also not seeing an h2
level heading after the h1
for the "Projects" section header.
One suggestion here is to use the h2
combined with a utility class for the font size:
<Text component="h3" class="pf-v5-u-font-size-sm" >Need another project?</Text>
When I look at the current design document, the sm
size is used for this text.
Oh no! I just posted a comment and saw that this PR was merged. 😬 |
@jgiardino if you get to it late you get to it late. @jeff-phillips-18 should still react to your feedback and he can sneak small things into future work or craft a new issue if it's larger. We don't usually wait on UX reviews as there will be more reviews later once the work is more complete. |
Closes: RHOAIENG-5489
Closes: RHOAIENG-5490
Closes: RHOAIENG-4860
Description
Add project tiles to the home page projects section.
How Has This Been Tested?
Locally tested while turning the home page feature floag on
Test Impact
Added e2e tests
Screen shots
Full tiles w/ self-provisioning access
Full tiles w/o self-provisioning access
Less tiles w/ self-provisioning access
Less tiles w/o self-provisioning access
Request review criteria:
/cc @jgiardino